Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix on nightly #182

Merged
merged 2 commits into from
Jan 6, 2021
Merged

fix on nightly #182

merged 2 commits into from
Jan 6, 2021

Conversation

simeonschaub
Copy link
Member

@simeonschaub simeonschaub commented Jan 6, 2021

Together with JuliaLang/julia#39112, this fixes all but the ApplyCtx test for me locally and I think that one is either a wrong usage of Core._apply or a Julia bug.
fixes #178

@codecov-io
Copy link

codecov-io commented Jan 6, 2021

Codecov Report

Merging #182 (e3da4b9) into master (e22235a) will decrease coverage by 0.71%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
- Coverage   84.24%   83.53%   -0.72%     
==========================================
  Files           6        6              
  Lines         692      650      -42     
==========================================
- Hits          583      543      -40     
+ Misses        109      107       -2     
Impacted Files Coverage Δ
src/overdub.jl 96.91% <100.00%> (+0.97%) ⬆️
src/context.jl 76.81% <0.00%> (-8.70%) ⬇️
src/tagging.jl 70.50% <0.00%> (-0.98%) ⬇️
src/pass.jl 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e22235a...e3da4b9. Read the comment docs.

@simeonschaub
Copy link
Member Author

Ok, looks like the latest nightlies already propagated through. Could I get a review?

@vchuravy
Copy link
Member

vchuravy commented Jan 6, 2021

Fantastic! Thank you :)

@vchuravy vchuravy merged commit e8f5733 into JuliaLabs:master Jan 6, 2021
@simeonschaub simeonschaub deleted the sds/fixnightly branch January 6, 2021 19:38
@MasonProtter
Copy link

MasonProtter commented Jan 6, 2021

Can we register a new version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code using Cassette fails for nightly builds
4 participants